projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40e0410
)
(minibuffer-prompt): A better face definition for MS-DOS.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 Jan 2002 12:18:11 +0000
(12:18 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 12 Jan 2002 12:18:11 +0000
(12:18 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index f09abd6007023be3f5aa7c428b64d8ca8cc86e54..c800bc490809d404f1f7913d5c0eef66a3548bc6 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
+
2002-01-11 Richard M. Stallman <rms@gnu.org>
* startup.el (initial-scratch-message): Fix custom type, add group.
diff --git
a/lisp/faces.el
b/lisp/faces.el
index ae64aa9360af280eafe9ee81be46cae4b1199e8b..1ceaf2642852fde6cbd1a3fe2450644e201547d2 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-1769,7
+1769,7
@@
created."
(defface minibuffer-prompt '((((background dark)) (:foreground "cyan"))
- (((type pc)) (:foreground "
white
"))
+ (((type pc)) (:foreground "
magenta
"))
(t (:foreground "dark blue")))
"Face for minibuffer prompts."
:version "21.3"